SSAVE

Syntax: SSAVE (scrno, xpos, ypos, xsiz, ysiz)
Location: Ecran Manager

The function SSAVE reserves memory and saves a part of the screen to it, the saved block's left upper corner is the point (xpos,ypos) in absolute co-ordinates, the width is xsiz and the height ysiz. 

xpos may range from 0 to 511 and ypos from 0 to 255. The reserved memory can only be released with SLOAD.

The first parameter scrno can be either 0 or 1 - it is used under dual screen mode to select the first or second screen.

The value returned represents the address where the screen is stored in memory.

CROSS-REFERENCE: 
Saved pictures can be reloaded with SSHOW.
